Fix comment typo
authorMatthias Clasen <mclasen@redhat.com>
Fri, 9 Jan 2015 11:21:37 +0000 (06:21 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 9 Jan 2015 11:21:37 +0000 (06:21 -0500)
gtk/gtkscrolledwindow.c

index d8c04a90620842f44fc8f8b6b3e3902c87611918..1cbd922980e22991063fe66f9f7b865efc5bdbcc 100644 (file)
@@ -1064,7 +1064,7 @@ captured_event_cb (GtkWidget *widget,
 
       if (!indicator_close)
         {
-          /* Otherwise check the vertical scrollbar */
+          /* Otherwise check the horizontal scrollbar */
           check_update_scrollbar_proximity (sw, &priv->hindicator, event);
         }
       else